<xs:complexType name="Address" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element name="Address" type="xs:string" minOccurs="1" /> <xs:element name="AddressDescription" type="xs:string" minOccurs="1" /> <xs:element name="AttentionOf" type="xs:string" minOccurs="1" /> <xs:element name="County" type="xs:string" minOccurs="1" /> <xs:element name="ZipCode" type="xs:string" minOccurs="1" /> <xs:element name="City" type="xs:string" minOccurs="1" /> <xs:element name="CountryDescription" type="xs:string" minOccurs="1" /> <xs:element name="CountryIsoCode" type="xs:string" minOccurs="1" /> </xs:sequence> </xs:complexType>